Skip to content

[skip changelog] Remove redundant artifact upload from test workflow #1303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2021
Merged

[skip changelog] Remove redundant artifact upload from test workflow #1303

merged 1 commit into from
May 31, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented May 30, 2021

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • The PR follows
    our contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • UPGRADING.md has been updated with a migration guide (for breaking changes)
  • What kind of change does this PR introduce?

Bug fix

  • What is the current behavior?

There are two steps in the test workflow for the Linux ARM64 artifact upload:

Although it does no real harm since it simply replaces the artifact from the first upload with a duplicate, it does slow down the workflow and makes the workflow slightly more difficult to maintain.

  • What is the new behavior?

There is only a single upload of the Linux ARM64 artifact.

No break.

Previously, there were two steps in the test workflow for the Linux ARM64 artifact upload. Although it did no real harm
since it simply replaced the artifact from the first upload with a duplicate, it does slow down the workflow and adds a
little more of a maintenance burden, so better to remove it.
@per1234 per1234 added type: bug topic: infrastructure Related to project infrastructure labels May 30, 2021
@per1234 per1234 requested review from silvanocerza and umbynos May 30, 2021 11:54
@per1234 per1234 changed the title Remove redundant artifact upload from test workflow [skip changelog] Remove redundant artifact upload from test workflow May 30, 2021
@per1234 per1234 merged commit cdbebe9 into arduino:master May 31, 2021
@per1234 per1234 deleted the remove-redundant-test-artifact branch May 31, 2021 08:28
@per1234 per1234 self-assigned this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants